SftTree/NET 2.0

LastCell Property, ItemClass Class

Softel vdm, Inc.

Returns the last cell in the item's cell collection.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property LastCell As CellClass

C#   

public CellClass LastCell { get; }

C++   

public: property CellClass^ LastCell {
        CellClass^ get();
}

Property Value

The last cell or null/Nothing if the cell collection is empty.

Comments

The LastCell property returns the last cell in the item's cell collection.

The LastCell property returns the last cell in the cell collection. This is not necessarily the last displayed cell. The LastDisplayedCell property returns the last displayed cell.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com